/* 公共样式 */
*{
	font-family: "Microsoft Yahei",SimHei, arial,helvetica,sans-serif !important;
	padding:0;margin:0;
}
body{
	position: relative;
	width: 100%;
	min-width: 1200px;
	font-size: 14px;
}
.content{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
input,textarea{
	outline:none;
	border:none;
}
img{
	border:0 none;
	line-height:0;
	font-size: 0;
}
a,input[type="button"],input[type="submit"],input[type="reset"]{
	cursor: pointer;
    color: #666666;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.clr{ 
	clear:both;
}
.hide{
	display: none;
}

/*header*/
.header{
	width: 100%;
	height: 100px;
	background: #253950;
}
.header .logo{
	float: left;
	line-height: 0;
}
.header .nav{
	float: right;
	margin: 35px 0;
}
.header .nav li{
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-left: 7px;
}
.header .nav li a{
	color: #fff;
}

/*footer*/
.footer{
	width: 100%;
	height: 239px;
	background: url(../images/bg_ft.jpg) no-repeat center bottom;
	color: #fff;
}
.footer .ft_nav{
	float: left;
	margin-top: 70px;
}
.footer .ft_nav li{
	float: left;
	font-size: 16px;
	margin-right: 22px;
}
.footer a{
	color: #fff;
}
.footer  .link{
	clear: both;
	padding-top: 25px;
}
.footer  .link a{
	display: inline-block;
	margin-right: 20px;
}
.footer .add{
	font-size: 16px;
	margin-top: 70px;
}
.footer .tel{
	font-size: 16px;
    padding-top: 25px;
    text-align: right;
}
.footer .bottom{
	clear: both;
	padding-top: 35px;
}